projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c623a1
)
(dired-view-command-alist): Change :version attribute to a string.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Mon, 20 May 2002 03:05:16 +0000
(
03:05
+0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Mon, 20 May 2002 03:05:16 +0000
(
03:05
+0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index d147b66135c9db6a00596586c1b585855789a78d..a7b1d40492fce3f8715f2824c54f0e1c8ae433da 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-1387,7
+1387,7
@@
invokes SHELL-COMMAND to view the file, putting the file name
at the end of the command."
:group 'dired
:type '(alist :key-type regexp :value-type string)
- :version
21.4
)
+ :version
"21.4"
)
(defun dired-view-file ()
"In Dired, examine a file in view mode, returning to dired when done.